Return to doc.sitecore.com

The HTML editor destroys mailto addresses
Prev Next

Author: Nikolay Patskov
Posted: 8/7/2007 5:05:05 PM

Sitecore version: Valid for version 5.2.

Question: The HTML editor destroys mailto addresses. How can I fix it?

Solution:

    The problem with e-mail adresses is related to CuteEditor having a "Anti Spam Email Encoder" option that is by default enabled.

    You can disable the option by following the steps below:

  1.  Navigate to the file "/sitecore/shell/Editor/Sitecore/XHtml inline editor.html"
  2. Open the file and scroll to the bottom where there is a "<ce:editor" tag
  3. Add the following parameter to the tag: EnableAntiSpamEmailEncoder="false"


 


Prev Next